black | = | 0 | red | = | 1 | green | = | 2 | yellow | = | 3 |
blue | = | 4 | magenta | = | 5 | cyan | = | 6 | white | = | 7 |
These are included in vogl.h
as:
BLACK, RED, GREEN, YELLOW,
BLUE, MAGENTA, CYAN and WHITE.
polygons.c
for
details) Control the filling of polygons. The mode
must be PYM_LINE, which means only the edges
of the polygon will be drawn, or PYM_FILL, which means
fill the polygon (the default). PYM=_POINT and PYM_HOLLOW are also recognised but they don't behave quite as they
would with SGI GL.